projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0974f7b
)
Comment change.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 25 Jul 1997 22:10:42 +0000
(22:10 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 25 Jul 1997 22:10:42 +0000
(22:10 +0000)
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index 15680690d5d2fd05f6e3dbeaccf25823dec69691..1318c7040f94ac592c93e4ff2bad8a7b4849717e 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-1303,10
+1303,10
@@
It returns t if it got any new messages."
(message "movemail: %s"
(buffer-substring (point-min)
(point-max)))
-
+ ;; If we just read the password, most likely it is
+ ;; wrong. Otherwise, see if there is a specific
+ ;; reason to think that the problem is a wrong passwd.
(if (or got-password
- ;; If the error was for an incorrect password,
- ;; arrange to try again to read the password.
(re-search-forward rmail-pop-password-error
nil t))
(setq rmail-pop-password nil))